Welcome![Sign In][Sign Up]
Location:
Search - .out .hex

Search list

[Shell apiFlashTool20

Description: 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k word,包括.text、.data、中断向量表、查找表等多个段。 使用方法: 1.CCS目录:CCS for 5000的安装目录,第一次运行需要设置。 如果没有正确设置,会提示没有找到CCS for C5000的编译器或链接器或Hex转换工具 2.打开COFF文件 被烧写的DSP程序,直接选择.out文件。 注意:编译CCS Project时要加上-v548参数,否则所生成的.out无法正确转换成Boot Table。 设置方法:选择菜单Project/Build Option...,在Complier里面的Process Version里填548, 编译参数里会自动加上-v548。 -second edition features : can DSP applications generated. Out of burning documents directly generate Flash. Out documents directly in the CCS Lane load and run program can. Greyed Control said after version will be support functions. First released before the test systems : 1.C5402 SST39VF040, Flash 8000H - FFFFH mapping to external data space 8000H - FFFFH, 2.C5416 SST39VF200, Flash 0000H - 7FFFH mapping to external data space 8000H - FFFFH loading table were less than 32k word, including . text,. data, interrupted to scale, such as look-up tables of. Use : 1.CCS Contents : CCS 5000 for the installation directory, the first operation needed. If not properly set up, did not find prompts CCS for the C5000 compiler or linker or Hex conversion tools 2. Open COFF file was burnt DSP procedures,
Platform: | Size: 14110 | Author: 小许 | Hits:

[Process-Threaditbbs

Description: 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k word,包括.text、.data、中断向量表、查找表等多个段。 使用方法: 1.CCS目录:CCS for 5000的安装目录,第一次运行需要设置。 如果没有正确设置,会提示没有找到CCS for C5000的编译器或链接器或Hex转换工具 2.打开COFF文件 被烧写的DSP程序,直接选择.out文件。 注意:编译CCS Project时要加上-v548参数,否则所生成的.out无法正确转换成Boot Table。 设置方法:选择菜单Project/Build Option...,在Complier里面的Process Version里填548, 编译参数里会自动加上-v548。 -second edition features : can DSP applications generated. Out of burning documents directly generate Flash. Out documents directly in the CCS Lane load and run program can. Greyed Control said after version will be support functions. First released before the test systems : 1.C5402 SST39VF040, Flash 8000H - FFFFH mapping to external data space 8000H - FFFFH, 2.C5416 SST39VF200, Flash 0000H - 7FFFH mapping to external data space 8000H - FFFFH loading table were less than 32k word, including . text,. data, interrupted to scale, such as look-up tables of. Use : 1.CCS Contents : CCS 5000 for the installation directory, the first operation needed. If not properly set up, did not find prompts CCS for the C5000 compiler or linker or Hex conversion tools 2. Open COFF file was burnt DSP procedures,
Platform: | Size: 548451 | Author: 小许 | Hits:

[Other resourcec8051f020_8563

Description: c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/ extern unsigned char xdata currenttime[16]={0} extern unsigned char xdata settime[16]={ 0x00, // control regesiter 1 0x00, // control regesiter 2 0x01, //current second 0x19, //current minute 0x20, //current hour 0x29, //current data 0x04, //current week 0x07, //current month 0x05, //current year 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // clk out disable 0x00, // close timer 0x00, } /*********************************************************************/ extern void Current_Time ( void ) extern void Set_Time ( void ) -C8051f020 real-time clock module containing procedures IIC module procedures /********* * * * SYSTEM CLOCK 8M ************** ******************/ extern unsigned char OS ta currenttime [16] = (0) extern unsigned char x settime data [16] = (0x00, / / control regesiter an 0x00, / / control regesiter two 0x01, / / current second 0x19, / / current minute 0x20, / / 0x29 current hour. / / current data 0x04, / / current week hex 07. / / current month 0x05, / / 0x00 current year. / / reset alarm value 0x00, / / reset alarm value 0x00, / / reset alarm value 0x00, / / reset alarm value 0x00, / / clk out disable 0x00, / / close timer 0x00, /**************************************) *******************************/ extern gift id Current_Time (void) extern void Set_Time (v oid)
Platform: | Size: 30014 | Author: 梁立林 | Hits:

[Exploitvnx4

Description: vnc本地口令破解C源代码 默认情况下VNC服务端的密码是放在注册表中的,本工具只针对这种情况。首先用ASP读出注册表中的加密密码,然后用破解工具破解。我给出大家一个读取VNC密码的ASP脚本,默认情况下VNC密码存放在HKCU\\Software\\ORL\\WinVNC3\\Password Set WshShell = server.CreateObject(\"WScript.Shell\") bkey=WSHShell.RegRead(\"HKCU\\Software\\ORL\\WinVNC3\\Password\") for each str in bkey response.write hex(str) next 读取出来后结果类似 49 40 15 F9 A3 5E 8B 22这种十六进制,这是VNC加密的密码。我们可以用vncx4 破解它,vncx4使用很简单,只要在命令行下输入 c:\\>vncx4 -W 然后顺序输入上面的每一个十六进制数据,每输完一个回车一次就行了。-vnc local crack password C source code default under VNC server password is placed on the registry. The tools only address this situation. First ASP registry read out the encryption password, and then use the tool to break the resolve. I have given you a password to read VNC ASP script, By default under the VNC password stored in HKCU \\ Software \\ ORL \\ WinVNC3 \\ P assword Set WshShell = server.CreateObject ( " WScript.Shell ") bkey = WSHShell.RegRead (" HK CU \\ Software \\ ORL \\ WinVNC3 \\ Password ") for eac h str in bkey response.write hex (str) next read out After similar results F9 49 40 15 22 A3 5E 8B this hexadecimal, it is encrypted VNC password. Vncx4 we can resolve it, vncx4 simple to use, as long as the command line input c : \\
Platform: | Size: 4104 | Author: 小李 | Hits:

[Embeded-SCM DevelopFLASH

Description: TMS320C6713B *.OUT 文件转换*.hex 程序
Platform: | Size: 61048 | Author: 沈烈 | Hits:

[Other resourceFBTC6713

Description: 关于Flash的烧写程序的编写,要使用FlashBurn软件配合FBTC.out才能把*.hex文件少写到Flash中
Platform: | Size: 141164 | Author: 程序 | Hits:

[OtherCHANGE

Description: 一个将out文件转化为hex和h的小应用程序
Platform: | Size: 87172 | Author: renpingjun | Hits:

[GUI Develop20040318103151_hexedit

Description: 十六进制编辑器VC源码 共有三个显示项目:地址、十六进制代码和ascii码,还可以调节显示列数-hexadecimal editor VC source revealed a total of three projects : Address, and hexadecimal code ascii codes, but also can adjust a few shows out
Platform: | Size: 30720 | Author: 张茜 | Hits:

[DSP programasciitohex

Description: 配合dsp_boot一起使用,可以将CCS2生成的.out文件转换成HEX文件格式,然后这可以实现DSP的boot_load-tie dsp_boot used together, can be generated CCS2. Out convert documents into the HEX file format, then this can be achieved DSP boot_load
Platform: | Size: 8192 | Author: | Hits:

[Embeded-SCM DevelopFLASH

Description: TMS320C6713B *.OUT 文件转换*.hex 程序-TMS320C6713B*. OUT file conversion program*. hex
Platform: | Size: 60416 | Author: 沈烈 | Hits:

[MacOS developeasy51

Description: 123456uyygbb温度传感器ds1820 的汇编程序     晶振:12M TEMPER_L EQU 36H TEMPER_H EQU 35H TEMPER_NUM EQU 60H FLAG1 BIT 00H DQ BIT P3.3 AAA:MOV SP,#70H LCALL GET_TEMPER LCALL TEMPER_COV LJMP AAA NOP ------------------读出转换后的温度值 GET_TEMPER: SETB DQ 定时入口 BCD:LCALL INIT_1820 JB FLAG1,S22 LJMP BCD 若DS18B20不存在则返回 S22:LCALL DELAY1 MOV A,#0CCH 跳过ROM匹配------0CC LCALL WRITE_1820 MOV A,#44H 发出温度转换命令 LCALL WRITE_1820-Ds1820 temperature sensor 123456uyygbb the assembler crystal: 12MTEMPER_L EQU 36HTEMPER_H EQU 35HTEMPER_NUM EQU 60HFLAG1 BIT 00HDQ BIT P3.3AAA: MOV SP,# 70HLCALL GET_TEMPERLCALL TEMPER_COVLJMP AAANOP read out the converted temperature value GET_TEMPER: SETB DQ regularly import BCD: LCALL INIT_1820JB FLAG1, S22LJMP BCD if DS18B20 does not exist is returned S22: LCALL DELAY1MOV A,# 0CCH Skip ROM matching 0CCLCALL WRITE_1820MOV A,# 44H issued a temperature conversion command LCALL WRITE_1820
Platform: | Size: 836608 | Author: myyao | Hits:

[OtherCHANGE

Description: 一个将out文件转化为hex和h的小应用程序-Will be out of a document into a hex and h small applications
Platform: | Size: 87040 | Author: renpingjun | Hits:

[Windows Developbin_hexwin

Description: 二进制与HEX格式文件互转的小软件,非常好用,特别对由芯片中读出的源码转成HEX格式很好用。-Binary and HEX format conversion of a small software, very easy to use, particularly by the chip to read out the source code into HEX format useful.
Platform: | Size: 209920 | Author: Mr. zhang | Hits:

[DSP programout2hex

Description: 本程序为将TIDSP的OUT文件 转换为 KEIL 的hex 文件格式,程序经过测试 可以直接实用,方便用户的使用-This procedure will be TIDSP for the OUT file is converted to the hex file format KEIL, procedures can be directly tested, practical, user-friendly use of
Platform: | Size: 99328 | Author: 乔小瑞 | Hits:

[DSP programDEC6713_BOOT

Description: dsp tms320c6000 boot程序,以生成hex文件-dsp tms320c6000 boot
Platform: | Size: 214016 | Author: 刘大力 | Hits:

[File Operatereadtext

Description: The program attempts to read a text file line-by-line and print out exactly what it read for each line. The output is in the form of a modified "hex dump" that may be compared directly to the actual contents of the input files. All characters read are retained in the output, including any line terminators and other special characters. The program doesn t "do" anything with the data in the text files it merely displays what it read. - The program attempts to read a text file line-by-line and print out exactly what it read for each line. The output is in the form of a modified "hex dump" that may be compared directly to the actual contents of the input files. All characters read are retained in the output, including any line terminators and other special characters. The program doesn t "do" anything with the data in the text files it merely displays what it read.
Platform: | Size: 8192 | Author: leespoon | Hits:

[SCMucosii51

Description: 这是一个用51单片机系统仿真ucosii工作的protues电路 本系统包括扩展64k RAM的单片机系统和杨屹移植到51单片机的ucosii 系统 使用方法: 1.安装Protues7.4版,然后用protues打开protues 8051 simulation 文件夹 中的extern ram.DSN 文件 2.打开extern ram.DSN 后,双击单片机在弹出的窗口中的Program File 选项 中选择yy.hex文件。 (yy.hex其实就是yy文件夹中keil文档编译出来的hex文 件,yy文件夹是杨屹的ucos51 系统,用keil 2 可以打开) 3.在Clock Frequency选项中输入22.184M(杨屹的ucos51 用的是22.184M hz的单片机频率) 4.双击VTERM串口调试显示屏,在Baud Rate 选项中选择19200的波特率 5.保存,点击运行就可以看到经典的hello world 了。 -1. Protues7.4 version installed, and then open the protues folder protues 8051 simulation The extern ram.DSN file 2. Open extern ram.DSN, double-click the pop-up window of SCM in the Program File option, select yy.hex file. (yy.hex actually yy folder keil out of the document compiled hex files, yy folder is Yang Yi s ucos51 system, using keil 2 Can open) 3. In the Clock Frequency option to enter 22.184M (Yang Yi of the ucos51 using a microcontroller 22.184M hz frequency) 4. Double-click VTERM serial debug display, in the Baud Rate select 19200 baud rate options 5. Save, click Run you can see the classic hello world
Platform: | Size: 266240 | Author: 官卫乾 | Hits:

[J2MEHexEditor-src

Description: 从dzaniss开发的ClassEditor2.2里面精简出来的十六进制编辑器,此源代码为本人的反编译作品,可以在手机上用janino编译成功并且正常运行。代码中加了一些注释方便阅读,并且做了一些优化。-From dzaniss development of streamline ClassEditor2.2 out hex editor, the source code was decompiled by myself, can be on the phone with janino compile successfully andrun normally. Code easy to read, to add some annotation and did some optimization.
Platform: | Size: 19456 | Author: yizhi | Hits:

[SCMJlink烧写hex文件方法说明

Description: JLINK烧写HEX方法说明,内容详细。介绍全面(JLINK burn out the HEX method description, the content is detailed. Introduction to comprehensive)
Platform: | Size: 823296 | Author: 陈小扑 | Hits:

[Otherstm32f103 based fx2n complited project+pinout+hex+bin file ready to process

Description: stm32f103 (bluepill) based fx2n plc. 14 in 8 out pins+analogtodigitalconverter+rs485+modbus+fasti/o's pinout pdf. hex files source code dfu files bin files schematic
Platform: | Size: 9624349 | Author: talascihasan@yandex.com | Hits:
« 12 3 4 »

CodeBus www.codebus.net